This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
When I change it, the problem went away:
//calculate location
target = window.open(loc, params);
The pop-ups act as context sensitive help. They only appear when the user clicks on a "Help" link. I think this is a good way to do it, because I don't want to redirect them to a new page and lose their form info OR embed too much help in the current page (that would be a CMS nightmare). I've run the program in popup-hostile browsers like Mozilla and the pop-ups appear. Most browsers let the popups appear if the user initiated the process that brings them up.